home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / btd_301.zip / BTD.CFE < prev    next >
Text File  |  1991-11-16  |  1KB  |  37 lines

  1.    BTD - Example configuration file with deliberate errors
  2.  
  3. PORT 17            Only 16 allowed
  4. TASK 101        Only 0 to 99 allowed
  5. TASK 99            This is okay
  6. BAUD 2300        Illegal speed
  7. INIT ATS0=0  ATX4    Fails because more than 1 space seperates the two items
  8. BANNER  ERROR TEST    This is fine
  9. B1275 3            Only 0-2 allowed here
  10. MINTIME 1880        Only 0-1440 allowed here
  11. glug            Unknown verb
  12. level 30        Only 0 to 3 allowed here
  13. exit 99            Only 0-1 allowed here
  14.  
  15. INIT this line is far too long for the amount of space that BTD has allocated to it and causes an error
  16. Closed this line is also far too long for the amount of space that BTD has allocated to it and causes an error
  17.  
  18. Answer  ATA        Next 5 okay
  19. Busy    AT M0 H1
  20. Log     Max.Log
  21. Level   3
  22. MaxLog  Max.Log
  23. PORT    1        Next 2 needed to check things out
  24. BAUD    2400
  25. swbaud    /e        / not allowed and the 'e' is ignored
  26. params    9N1        Data bits can be 5,6,7 or 8
  27. systime    08:00 08:00    Open 24 hours !!! - syntax accepted though
  28.  
  29. Event X [----T--] 00:00    200    Unknown line format
  30. Event U [----F--] 01:00    201    Day out of order
  31. Event N {----T--} 02:00    202    Wrong brackets used
  32. Event U [----T--] 24:00    203    Used 00:00 for midnight
  33. Event N [S-----S] 04:62    204    Only 60 minutes in an hour !!!!!!!
  34. Event U [S------] 05:00    5    Errorlevel too low
  35. Event N [SM----S] 06:00    299    Errorlevel too high
  36. Event U [SMTWTFS] 23:00    207    This one works.....
  37.